home *** CD-ROM | disk | FTP | other *** search
- @echo off
- cls
- if exist 2.dat del 2.dat
- echo.
- echo ------- NETMECH DOS -------
- echo.
- echo IMPORTANT NOTE:
- echo.
- echo - If you have a CD-ROM drive attached to your computer and
- echo there is no disc in it, you are about to receive the
- echo following message:
- echo.
- echo Not ready reading drive D
- echo Abort, Retry, Fail?
- echo.
- echo In order to continue with installation, please press F if
- echo you receive this message.
- echo.
- pause
- netsetup
-